object Form30: TForm30 Left = 423 Top = 289 Width = 252 Height = 113 Caption = 'Filter Strength' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 24 Top = 16 Width = 84 Height = 16 Caption = 'Filter Strength:' end object ComboBox1: TComboBox Left = 120 Top = 8 Width = 97 Height = 24 ItemHeight = 16 Items.Strings = ( 'Low' 'Medium' 'High') TabOrder = 0 Text = 'Medium' end object BitBtn1: TBitBtn Left = 96 Top = 48 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end